--Change the attribute of an MU
--Activating the sensor changes the attribute of an MU.
--Change the attribute of an MU
--Activating the sensor changes the attribute of an MU
--@ is the MU that triggers the control
is
do
	@.attribute := value;
end;
/*attribute:Enter the name of the attribute of the MU you want to change. 
value:Enter the new value for the attribute of the MU.
*/